Module #2 Mini Lab
------------------

Write a program that takes the following user input:

First name
Last name
Job Title
Favorite quote


Use a format statement to display the user data in the following format:

First Name: Last Name:                           Title:
Bob         Smith                               Trainer

Quote:
   It was the best
   of times; it
   was the worst
   of times.

